projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21d3063
)
pull_with_options: fix stray return FALSE
author
Jonathan Lebon
<jlebon@redhat.com>
Thu, 18 Aug 2016 14:37:11 +0000
(10:37 -0400)
committer
Atomic Bot
<atomic-devel@projectatomic.io>
Thu, 18 Aug 2016 14:45:01 +0000
(14:45 +0000)
Closes: #465
Approved by: cgwalters
src/libostree/ostree-repo-pull.c
patch
|
blob
|
history
diff --git
a/src/libostree/ostree-repo-pull.c
b/src/libostree/ostree-repo-pull.c
index 43ec2ff6067711961d797cfb2cb04d30e76e6feb..f990c6b217a57a392d5618cadf64d3288cd24c3c 100644
(file)
--- a/
src/libostree/ostree-repo-pull.c
+++ b/
src/libostree/ostree-repo-pull.c
@@
-2676,7
+2676,7
@@
ostree_repo_pull_with_options (OstreeRepo *self,
if (G_UNLIKELY (errno != EEXIST))
{
glnx_set_error_from_errno (error);
-
return FALSE
;
+
goto out
;
}
}